From a42dfb0832efaa9ece0ba0d71ebeb706aa87f479 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 25 Aug 2015 19:12:30 -0400 Subject: [PATCH] Close some tags. Thanks @huonw :sob: --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 589322185..e714ac9b7 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -180,7 +180,7 @@ dependencies, compile them all, and update the `Cargo.lock`: Compiling memchr v0.1.5 Compiling aho-corasick v0.3.0 Compiling regex v0.1.41 - Compiling foo v0.1.0 (file:///path/to/project/hello_world) + Compiling foo v0.1.0 (file:///path/to/project/hello_world) Run it: -- 2.30.2